home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 1
/
QRZ Ham Radio Callsign Database - December 1993.iso
/
ucsd
/
packet
/
tcpip
/
sys5
/
iscwmpst.z
/
iscwmpst
/
tcp
/
isc-src
/
util
/
sys
/
un.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-10-29
|
346 b
|
19 lines
#ifndef _SYS_UN_INCLUDED
#define _SYS_UN_INCLUDED
/*
* Definitions for UNIX IPC domain.
* Only dummy funktions.....
*/
struct sockaddr_un {
short sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */
};
#ifdef KERNEL
int unp_discard();
#endif
#endif /* not _SYS_UN_INCLUDED */